home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Apple Script / FileMaker & AppleScript / Property Examples / Database Properties < prev    next >
Encoding:
Text File  |  1992-11-25  |  266 b   |  10 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of first Database
  3.     best type of Database -2
  4.     default type of Database "Test1"
  5.     Access of Database 2
  6.     name of Database 2
  7.     name of Current Layout of Database 2
  8.     ID of Current Record of first Database
  9.     Lock of Database 2
  10. end tell